In biology, Genus and Species names are italicised but higher taxonomic levels and the name of the authority are not this frequent leads to errors by students (and staff)
This means that for the scarabead species Something something
Alternatively as list * Something * Something * Something * Something
This specie has spectacularly particular horns. There is a picture
here
which you can see below
summary(cars)
## speed dist
## Min. : 4.0 Min. : 2.00
## 1st Qu.:12.0 1st Qu.: 26.00
## Median :15.0 Median : 36.00
## Mean :15.4 Mean : 42.98
## 3rd Qu.:19.0 3rd Qu.: 56.00
## Max. :25.0 Max. :120.00
fig.width = XX, fig.height = YY set figure
size in inchesfig.cap = figure caption generates a figure
captioncomment = NA turn off the ## symbols that appear at the
start of any text outputwarning = FALSE don’t include warningsmessage = FALSE don’t include messagestidy = TRUE try to stop long lines of code spilling
over the edgeeval = FALSE try to stop long lines of code spilling
over the edgeNB the chunk header must be on a single line (which can be of any length).
You can add maths to an R markdown document by using Latex maths annotation:
\[ \sum \left(x - \bar{x} \right)^2 \] A more complex example
\[ \LARGE s^2 = \frac{\sum \left(x - \bar{x} \right)^2}{n-1} \]